projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a9d73
)
Index lexical scoping
author
Dave Love
<fx@gnu.org>
Mon, 6 Oct 2003 16:44:15 +0000
(16:44 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 6 Oct 2003 16:44:15 +0000
(16:44 +0000)
lispref/variables.texi
patch
|
blob
|
history
diff --git
a/lispref/variables.texi
b/lispref/variables.texi
index ab5e99e506c86cbfbeb2e68dbe9dcb6f945af4f0..d9431b7fd9e2f876cd2751450b5122f13400e30d 100644
(file)
--- a/
lispref/variables.texi
+++ b/
lispref/variables.texi
@@
-904,6
+904,7
@@
the others.
@cindex scope
@cindex extent
@cindex dynamic scoping
+@cindex lexical scoping
Local bindings in Emacs Lisp have @dfn{indefinite scope} and
@dfn{dynamic extent}. @dfn{Scope} refers to @emph{where} textually in
the source code the binding can be accessed. ``Indefinite scope'' means